Omit duplicate definitions no longer needed with gcc -g3.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 3 Nov 2012 18:19:50 +0000 (11:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 3 Nov 2012 18:19:50 +0000 (11:19 -0700)
commitaa08676d11be87658aba6fb2cac7d2bc93dea18e
tree7a266a10b8272ee4d54f2cb036ab0bc69bb853fd
parente780a1d29d153a42fff8af21044b989b7053debd
Omit duplicate definitions no longer needed with gcc -g3.

* lisp.h (GCTYPEBITS, GCALIGNMENT, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG)
(VALMASK, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM):
Define only as macros.  There's no longer any need to also define
these symbols as enums or as constants, since we now assume
gcc -g3 when debugging.
src/ChangeLog
src/lisp.h